projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e0cf5c
)
mxs: Clarify why we poweroff in case of brownout in 5v conflict
author
Otavio Salvador
<
[email protected]
>
Sun, 5 Aug 2012 09:05:33 +0000
(09:05 +0000)
committer
Albert ARIBAUD
<
[email protected]
>
Sat, 1 Sep 2012 12:58:17 +0000
(14:58 +0200)
If VDDIO has a brownout, then the VDD5V_GT_VDDIO becomes unreliable
but this wasn't clear on code so a comment has been added to clarify
it.
Signed-off-by: Otavio Salvador <
[email protected]
>
arch/arm/cpu/arm926ejs/mxs/spl_power_init.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/arm926ejs/mxs/spl_power_init.c
b/arch/arm/cpu/arm926ejs/mxs/spl_power_init.c
index c341960f385598eb2d320c91f5fadc46422d596f..6dd3bfc9bc9dce7f59639820387a44bf7a8f458e 100644
(file)
--- a/
arch/arm/cpu/arm926ejs/mxs/spl_power_init.c
+++ b/
arch/arm/cpu/arm926ejs/mxs/spl_power_init.c
@@
-577,6
+577,10
@@
void mxs_handle_5v_conflict(void)
tmp = readl(&power_regs->hw_power_sts);
if (tmp & POWER_STS_VDDIO_BO) {
+ /*
+ * VDDIO has a brownout, then the VDD5V_GT_VDDIO becomes
+ * unreliable
+ */
mxs_powerdown();
break;
}